home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / text / hyper / hsc_source.lha / source / hsc / hdebug.h < prev    next >
C/C++ Source or Header  |  1996-06-30  |  264b  |  24 lines

  1. #ifndef HSC_DEBUG_H
  2. #define HSC_DEBUG_H
  3. /*
  4.  * hsc/debug_hsc.h
  5.  *
  6.  * hsc debugging defines.
  7.  *
  8.  * (C) by Tommy-Saftwörx 1996
  9.  *
  10. */
  11.  
  12. #ifdef DEBUG_UGLY
  13.  
  14. #define DEBUG_HSC_OUTPUT 0
  15.  
  16. #else
  17.  
  18. #define DEBUG_HSC_OUTPUT 0
  19.  
  20. #endif /* DEBUG_HSC */
  21.  
  22. #endif  /* HSC_DEBUG_H */
  23.  
  24.